 |
API Documentation
|
|
|
nkMemory::StringView getName() const
void setScriptFor(INTERPRETER interpretType)
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
Holds all information for a script.
Definition: Script.h:14
An interface to define objects that can be exported using this component.
Definition: Exportable.h:15
void setName(const nkMemory::StringView &name)
void setSources(const nkMemory::StringView &sources)
INTERPRETER getScriptType() const
virtual void importClassFromTree(nkExport::Node *rootNode) override
const CompilationResult & getLastCompilationResult() const
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
Holds information about script loading attempt.
Definition: CompilationResult.h:24
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
INTERPRETER
Supported scripting environments.
Definition: Interpreter.h:12
virtual void exportClassToTree(nkExport::Node *rootNode) override
nkMemory::StringView getSources() const